home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 050 / rotater.arc / ROTATER.DOC < prev    next >
Encoding:
Text File  |  1985-12-28  |  1.6 KB  |  35 lines

  1.    "Rotater" is a program written in Turbo Pascal, which uses the
  2. Turbo Graphix toolbox.  The program itself is fairly easy to use
  3. since it is menu driven, all you have to do is enter the DOS
  4. command ROTATER.  The program can be easily modified to meet your
  5. needs, by changing the constants.  
  6.  
  7.     RADIANS - amount of each rotation {2*PI/number of rotations}
  8.     RADIANSN - " " for negative {(2*PI)-(2*PI/num. of rotations}
  9.      NUMOFROTATIONS - any number less than 80
  10.  
  11.     The number of rotations is only limited by the memory space
  12. for each window (size).  The MaxWindowsGlb in the TYPEDEF.SYS
  13. module must be changed to at least this number.  The number
  14. should be kept low though because of the amount of space taken by
  15. a window stack (ie. with 80 windows about 89K!!!).
  16.  
  17.     Two "Dummy" files come with the archive, "4x6.fon" and
  18. "error.msg".  These are present because although turbo tries to
  19. load them in, they are not needed in the program Rotater.  There
  20. is also a sample graphics stack called hello which can be loaded
  21. by ROTATER.COM by using the "load window stack" command.
  22.  
  23.     Rotater was written for the IBM with Color Graphics card, on
  24. a Tandy 1000, so their should be no compatiability problems.
  25. This program is free for public access, and can be posted on any
  26. BBS. 
  27.  
  28.    
  29.                                   Stan Mros
  30.                                   5025 Johnson ST. N.E.
  31.                                   Columbia Heights, MN. 55421
  32.  
  33. (You can find Stan Mros on Terrapin Station BBS - 612/623-0152
  34.  24 hours, 1200/2400 - a BBS for Programmers and Technical Users)
  35.